<!-- ##### FUNCTION gdk_events_pending ##### -->
<para>
-Checks if any events are waiting to be processed.
</para>
-@Returns: %TRUE if any events are pending.
+@Returns:
<!-- ##### FUNCTION gdk_event_peek ##### -->
<para>
-Gets a copy of the first #GdkEvent in the event queue.
-(Note that this function will not get more events from the X server.
-It only checks the events that have already been moved to the GDK event queue.)
</para>
-@Returns: a copy of the first #GdkEvent on the event queue, or %NULL if no
-events are in the queue. The returned #GdkEvent should be freed with
-gdk_event_free().
-
+@Returns:
<!-- ##### FUNCTION gdk_event_get ##### -->
<para>
-Gets the next #GdkEvent to be processed, fetching events from the X server if
-necessary.
</para>
-@Returns: the next #GdkEvent to be processed, or %NULL if no events are pending.
-The returned #GdkEvent should be freed with gdk_event_free().
+@Returns:
<!-- ##### FUNCTION gdk_event_get_graphics_expose ##### -->
<para>
-Waits for a GraphicsExpose or NoExpose event from the X server.
-This is used in the #GtkText and #GtkCList widgets in GTK+ to make sure any
-GraphicsExpose events are handled before the widget is scrolled.
</para>
-@window: the #GdkWindow to wait for the events for.
-@Returns: a #GdkEventExpose if a GraphicsExpose was received, or %NULL if a
-NoExpose event was received.
+@window:
+@Returns:
<!-- ##### FUNCTION gdk_event_put ##### -->
<para>
-Appends a copy of the given event onto the front of the event queue.
</para>
-@event: a #GdkEvent.
+@event:
<!-- ##### FUNCTION gdk_event_copy ##### -->
<para>
-Copies a #GdkEvent, copying or incrementing the reference count of the
-resources associated with it (e.g. #GdkWindow's and strings).
</para>
-@event: a #GdkEvent.
-@Returns: a copy of @event. The returned #GdkEvent should be freed with
-gdk_event_free().
+@event:
+@Returns:
<!-- ##### FUNCTION gdk_event_free ##### -->
<para>
-Frees a #GdkEvent, freeing or decrementing any resources associated with it.
-Note that this function should only be called with events returned from
-gdk_event_peek(), gdk_event_get(), gdk_event_get_graphics_expose() and
-gdk_event_copy().
</para>
@event: a #GdkEvent.
<!-- ##### FUNCTION gdk_event_get_time ##### -->
<para>
-Gets the timestamp from a #GdkEvent.
</para>
-@event: a #GdkEvent.
-@Returns: the timestamp from @event, or %GDK_CURRENT_TIME if the event has
-no timestamp.
+@event:
+@Returns:
<!-- ##### FUNCTION gdk_event_get_state ##### -->
<!-- ##### FUNCTION gdk_event_handler_set ##### -->
<para>
-Sets the function to call to handle all events from GDK.
-</para>
-<para>
-Note that GTK+ uses this to install its own event handler, so it is probably
-not useful for GTK+ applications.
</para>
-@func: the function to call to handle events from GDK.
-@data: user data to pass to the function.
-@notify: the function to call when the handler function is removed, i.e. when
-gdk_event_handler_set() is called with another event handler.
+@func:
+@data:
+@notify:
<!-- ##### USER_FUNCTION GdkEventFunc ##### -->
<!-- ##### FUNCTION gdk_event_send_client_message ##### -->
<para>
-Sends an X ClientMessage event to a given window.
-</para>
-<para>
-This could be used for communicating between different applications,
-though the amount of data is limited to 20 bytes.
</para>
-@event: the #GdkEvent to send, which should be a #GdkEventClient.
-@xid: the window to send the X ClientMessage event to.
-@Returns: non-zero on success.
+@event:
+@xid:
+@Returns:
<!-- ##### FUNCTION gdk_event_send_clientmessage_toall ##### -->
<para>
-Sends an X ClientMessage event to all toplevel windows.
-</para>
-<para>
-Toplevel windows are determined by checking for the WM_STATE property, as
-described in the Inter-Client Communication Conventions Manual (ICCCM).
-If no windows are found with the WM_STATE property set, the message is sent
-to all children of the root window.
</para>
-@event: the #GdkEvent to send, which should be a #GdkEventClient.
+@event:
<!-- ##### FUNCTION gdk_add_client_message_filter ##### -->
<para>
-Adds a filter to be called when X ClientMessage events are received.
</para>
-@message_type: the type of ClientMessage events to receive. This will be
-checked against the <structfield>message_type</structfield> field of the
-XClientMessage event struct.
-@func: the function to call to process the event.
-@data: user data to pass to @func.
+@message_type:
+@func:
+@data:
<!-- ##### FUNCTION gdk_get_show_events ##### -->
<para>
-Returns non-zero if event debugging output is enabled.
</para>
-@Returns: non-zero if event debugging output is enabled.
+@Returns:
<!-- ##### FUNCTION gdk_set_show_events ##### -->
<para>
-Sets whether event debugging information is output.
-Note that GTK+ must be compiled with debugging enabled, i.e. using the
-<option>--enable-debug</option> configure option.
</para>
-@show_events: %TRUE to output event debugging information.
+@show_events:
<!-- ##### FUNCTION gdk_setting_get ##### -->
<para>
-Obtains a desktop-wide setting, such as the double-click time.
-</para>
-<para>
-FIXME needs a list of valid settings here, or a link to
-more information.
</para>
-@name: the name of the setting.
-@value: location to store the value of the setting.
-@Returns: %TRUE if the value has been successfully stored.
+@name:
+@value:
+@Returns: